PDF4Java Reference Documentation
com.o2sol.pdf4java.graphics.operators Package / PDFSetType3GlyphWidthAndBoundingBoxOperator Class / PDFSetType3GlyphWidthAndBoundingBoxOperator Constructor / PDFSetType3GlyphWidthAndBoundingBoxOperator Constructor(double,double,double,double,double,double)
The horizontal displacement.
The vertical displacement.
The X coordinate of the lower left corner.
The Y coordinate of the lower left corner.
The X coordinate of the glyph upper right corner.
The Y coordinate of the glyph upper right corner.
In This Topic
    PDFSetType3GlyphWidthAndBoundingBoxOperator Constructor(double,double,double,double,double,double)
    In This Topic
    Initializes a new Object.
    Syntax
    public PDFSetType3GlyphWidthAndBoundingBoxOperator( 
       double wx,
       double wy,
       double llx,
       double lly,
       double urx,
       double ury
    )

    Parameters

    wx
    The horizontal displacement.
    wy
    The vertical displacement.
    llx
    The X coordinate of the lower left corner.
    lly
    The Y coordinate of the lower left corner.
    urx
    The X coordinate of the glyph upper right corner.
    ury
    The Y coordinate of the glyph upper right corner.
    See Also